Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.poll.theme

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.poll.theme">

  <require>org.nuxeo.theme.nuxeo.default</require>

  <extension target="org.nuxeo.theme.services.ThemeService" point="resources">
    <!-- CSS -->
    <!-- Gadgets CSS -->
    <resource name="gadget-polls.css">
      <path>css/opensocial/gadgets/polls.css</path>
    </resource>

    <!-- JS -->
    <!-- Gadgets JS -->
    <resource name="gadget-polls.js">
      <path>scripts/opensocial/gadgets/polls.js</path>
    </resource>
  </extension>

</component>